home *** CD-ROM | disk | FTP | other *** search
- _AddSlotsIfAbsent: (| oldDirPath. |)
- oldDirPath: _DirPath
- _DirPath: ((unix environmentVariable: 'AATREE'),'/newerX') canonicalize
- 'xlib' _RunScript
- 'xBitmapMaker' _RunScript
- 'eventWatcher' _RunScript
-
- "a REAL quick hack"
- defaultBehavior _AddSlotsIfAbsent: (|
- testing* = (|
- ^ isNil = ( == nil ). "should fix this"
- ^ notNil = ( !== nil ). "should fix this"
-
- |)
- |)
-
- _DirPath: oldDirPath
- _RemoveSlot: 'oldDirPath'
-
-
-